projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325ef57
)
Increase DUMPED_HEAP_SIZE in w32heap.c
author
John Mastro
<john.b.mastro@gmail.com>
Tue, 7 Nov 2017 19:38:58 +0000
(21:38 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 7 Nov 2017 19:38:58 +0000
(21:38 +0200)
* src/w32heap.c (DUMPED_HEAP_SIZE) [_WIN64 || WIDE_EMACS_INT]: Bump
up DUMPED_HEAP_SIZE to 22 MiB. (Bug#29180)
src/w32heap.c
patch
|
blob
|
history
diff --git
a/src/w32heap.c
b/src/w32heap.c
index 85ed050d997e204f57877ad68acf602e6fd0001b..4115049d71feab36a14bcd11833e22809449e9dc 100644
(file)
--- a/
src/w32heap.c
+++ b/
src/w32heap.c
@@
-116,7
+116,7
@@
typedef struct _RTL_HEAP_PARAMETERS {
to build only the first bootstrap-emacs.exe with the large size,
and reset that to a lower value afterwards. */
#if defined _WIN64 || defined WIDE_EMACS_INT
-# define DUMPED_HEAP_SIZE (2
1
*1024*1024)
+# define DUMPED_HEAP_SIZE (2
2
*1024*1024)
#else
# define DUMPED_HEAP_SIZE (13*1024*1024)
#endif